home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / XML Utilities / XML Writer 2.12 / XML writer.exe / file0012.bin < prev    next >
Encoding:
Extensible Markup Language  |  2003-04-14  |  1.9 KB  |  65 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!--What you can do with this file:
  4.     1. Preview it in Internet Explorer to see the resulting display
  5.        of the CSS stylesheet, Library.css, assigned to it. To preview,
  6.        select 'Preview in Window' from the View menu, or press F4.-->
  7.  
  8. <!--CSS stylesheet declaration.-->
  9. <?xml:stylesheet type="text/css" href="Library.css"?>
  10.  
  11. <library>
  12.     <name>Northmead Local Library</name>
  13.     <book status="available">
  14.         <publisher>Wiley International Edition</publisher>
  15.         <title>Circuits, Devices and Systems</title>
  16.         <edition>5th</edition>
  17.         <author>
  18.             <first-name>Ralph J</first-name>
  19.             <last-name>Smith</last-name>
  20.         </author>
  21.         <author>
  22.             <first-name>Richard C</first-name>
  23.             <last-name>Dorf</last-name>
  24.         </author>
  25.         <isbn>0471552216</isbn>
  26.         <callno>005.133/C</callno>
  27.         <online_url>http://library/online_books/005133C.html</online_url>
  28.     </book>
  29.     <book status="on_loan">
  30.         <publisher>Prentice Hall PTR</publisher>
  31.         <title>The C Programming Language</title>
  32.         <edition>2nd</edition>
  33.         <author>
  34.             <first-name>Brian W</first-name>
  35.             <last-name>Kernighan</last-name>
  36.         </author>
  37.         <author>
  38.             <first-name>Dennis M</first-name>
  39.             <last-name>Ritchie</last-name>
  40.         </author>
  41.         <isbn>0131103628</isbn>
  42.         <callno>005.133/C2</callno>
  43.         <online_url>http://library/online_books/005133C2.html</online_url>
  44.     </book>
  45.     <journal series="XML Users Journal">
  46.         <title>XML Users Journal August 1999</title>
  47.         <date>1999-08-01</date>
  48.         <callno>005.133/C</callno>
  49.     </journal>
  50.     <video status="available">
  51.         <title>Lord of the Rings: The Fellowship of the Ring</title>
  52.         <year>2001</year>
  53.         <director>
  54.             <name>Peter Jackson</name>
  55.         </director>
  56.         <genre>fantasy</genre>
  57.         <genre>adventure</genre>
  58.         <callno>643.11/L</callno>
  59.     </video>
  60. </library>
  61.  
  62. <!--This file was created using XMLwriter v2.0 Beta 2.
  63.     Copyright Wattle Software 2002. All rights reserved.
  64.     http://XMLwriter.net/-->
  65.